projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
255000d
)
Return rid mangling to previous method (to match hyperprivop.S)
author
djm@kirby.fc.hp.com
<djm@kirby.fc.hp.com>
Fri, 16 Sep 2005 22:50:09 +0000
(16:50 -0600)
committer
djm@kirby.fc.hp.com
<djm@kirby.fc.hp.com>
Fri, 16 Sep 2005 22:50:09 +0000
(16:50 -0600)
xen/include/asm-ia64/regionreg.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-ia64/regionreg.h
b/xen/include/asm-ia64/regionreg.h
index c8915c164c0a1f2e88b20f3cd132ddec3f2d80cd..ed35dcff355aef51fc25dbc0b6e39fbd76ad9266 100644
(file)
--- a/
xen/include/asm-ia64/regionreg.h
+++ b/
xen/include/asm-ia64/regionreg.h
@@
-55,8
+55,8
@@
vmMangleRID(unsigned long RIDVal)
t.uint = RIDVal;
tmp = t.bytes[1];
- t.bytes[1] = t.bytes[
2
];
- t.bytes[
2
] = tmp;
+ t.bytes[1] = t.bytes[
3
];
+ t.bytes[
3
] = tmp;
return t.uint;
}